home *** CD-ROM | disk | FTP | other *** search
- rem
- rem Batch file to process all of the Polyray data files.
- rem
- rem On my machine (20 Mhz 286/ 10 Mhz FPU), processing all
- rem data files takes around 2 days. If you want a quick look
- rem then move to a subdirectory and look for an appropriate
- rem test image to render.
- rem
- rem In a couple of cases, a C compiler is necessary to generate data,
- rem in particular for the height field and SPD examples. The batch files
- rem are currently set to use the Zortech compiler, however a simple change
- rem of the command line should be all you need for another compiler.
- rem
- cd simple
- call makesimp
- cd ..\blobs
- call makeblob
- cd ..\height
- call makeheig
- cd ..\misc
- call makemisc
- cd ..\texture
- call maketext
- cd ..\sweep
- call makeswep
- cd ..\poly
- call makepoly
- cd ..\spd
- call makespd
- cd ..\function
- call makefunc
- cd ..\animate
- call makeanim
-